
.sec1{
    max-width: 1800px;
    margin: auto;
    padding-top: 250px;
    height: 400px;
    background-image: linear-gradient(rgba(1, 29, 48, 0),rgba(0, 0, 0, 0.252)), url(image/Contact\ Us.jpg);
    background-position: center;
    background-size: 100% 120%;
    text-align: center;
    color: white;
    margin-top: -120px;
    /* font-size: 35px; */
}
.sec1 h2{
  color: rgb(255, 255, 255);
  font-size: 55px;
  font-weight: 400;
}


.sec2a{
  max-width: 1800px;
  margin: auto;
  padding: 50px 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 255);
  margin-top: 50px;
  /* justify-content: space-between; */
}
.text-1{
  width: 40%;

}
.sec2a h2{
  font-size: 22px;
  color: rgba(0, 0, 0, 0.367);
}
.text-1 h1{
  font-size: 55px;
  color: #b7057c;
}
.text-1 h5{
  font-size: 20px;
  margin-top: 15px;
  display: flex;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.811);
}
.text-1 h5 p{
  margin-left: 5px;
  margin-top: -4px;
}
.text-1 h5 span{
  width: 35px;
  margin-bottom: -8px;
  color: rgba(0, 0, 0, 0.786);
  /* background: rgb(222, 157, 35); */
  padding: 4px;
  height: 32px;
  text-align: center;
  /* color: rgb(255, 255, 255); */
  border-radius: 50%;
}
.text-2{
  width: 50%;
  margin-top: 0;
}
.text-2 img{
  width: 80%;
  /* height: 200px; */
  filter: brightness(1.1);
  margin-left: -50px;
  /* box-shadow: 30px -30px 0px #b7057c; */
}
.sec2a ul {
  display: flex;
}
.sec2a ul  li{
  list-style: none;
  margin: 0 10px;
}
.sec2a ul  li a i{
  color: white;
  font-size: 30px;
}
.sec2a .icons h5{
  font-weight: bold;
  color: rgba(0, 0, 0, 0.476);
}
.sec2a .icons i{
  color: #b7057c;
}


.form-box{
  max-width: 1800px;
  margin: auto;
  background-color: rgb(227, 225, 255);
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 250px;

}
.form-box .map{
  width: 100%;
}
.form-box .map iframe{
  width: 100%;
}

  @media screen and (max-width: 900px) {

    .sec1{
      background-size: 120% 100%;

    }
    .sec1 h2{
      font-size: 35px;
    }

    .form-box .map{
      width: 100%;
      margin-bottom: 50px;
    }
    .map iframe{
      width: 100%;
      height: 300px;
    }
    .heading{
      padding-left: 12%;
    }

    .form-box {
      padding-bottom: 30px;
    }

    .mape{
      padding: 20px;
    }
    .main{
      width: 100%;
      padding: 10px;
      box-shadow: 0 0 2px gray;
      margin-top: 0;
    }

    .team .box{
      width: 100%;
      margin-top: 30px;
      padding: 10px;
    }
    .content{
      padding-top: 0;
    }
    .button1 button{
      padding: 5px 20px;
      margin-bottom: 20px;
    }

    .mean-inputbox .input-box{
      width: 100%;
      /* margin: 10px 20px; */
    }
    .mean-inputbox  input{
      width: 100%;
      padding-bottom: 20px;
      padding-top: 10px;
      border-bottom: 0.1px solid rgba(128, 128, 128, 0.156);
    }

    .mean-inputbox .input-box h5{
      display: none;
    }
    
    .sec2a{
      padding: 15px;
      padding-top: 30px;
      padding-bottom: 0;
      margin-top: 0;

    }
    .text-1 h5 span{
      width: 30px;
      height: 30px;
      font-size: 20px;
      padding: 6px;
    }
    .sec2a h2{
      font-size: 22px;
      color: rgba(0, 0, 0, 0.808);
    }
    .sec2a .text-1{
      width: 100%;
    }
    .text-1 h1{
      font-size: 35px;
    }
    .sec2a .text-2{
      width: 100%;
    }
    .sec2a .icons{
      margin-top: 30px;
    }
    .text-1 h5 p{
      margin-top: 0;
      font-size: 18px;
    }

    .text-2 img{
      width: 100%;
      margin-top: 30px;
      margin-left: 5px;
    }


  }

